String Schema
CountryCodeType Simple Type
Description
ISO country code
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:token
Overview
CountryCodeType Restriction of xs:token
ISO country code
Facets
MinLength2
MaxLength5
Source
<xs:simpleType name="CountryCodeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>ISO country code</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:minLength value="2" />
    <xs:maxLength value="5" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.